Web

  • No Vulkan support in browsers; you must port to WebGPU or use translation layers.

  • WebAssembly - WASM .

WebGPU (wgpu)

  • WebGPU is a cross-platform graphics API, aiming to unify GPU access across:

    • Browsers (via native support)

    • Native apps (via libraries like wgpu, Dawn, etc.)